home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00130_Cmd Q key script.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  86 b   |  6 lines

  1. on keyDown
  2.   if the commandDown and (the key = "q") then
  3.     go("Qbuff")
  4.   end if
  5. end
  6.